label: Remove a debug leftover
authorTimm Bäder <mail@baedert.org>
Fri, 17 Apr 2020 19:28:02 +0000 (21:28 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 5 May 2020 06:20:09 +0000 (08:20 +0200)
gtk/gtklabel.c

index c7ab789d6c870040325de517936812109432558b..22382ed5e5fa819fea33d8ed4349fcda5dc64c39 100644 (file)
@@ -1838,8 +1838,6 @@ gtk_label_set_attributes (GtkLabel         *self,
   if (!attrs && !self->attrs)
     return;
 
-  if (attrs == self->attrs) g_error ("Z");
-
   if (attrs)
     pango_attr_list_ref (attrs);